home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / SCSI Samples 1.0 / SCSI DriveID Sample 06⁄07 ƒ / Src / SCSIDriveIDSample.r < prev    next >
Encoding:
Text File  |  1994-06-16  |  598 b   |  34 lines  |  [TEXT/KAHL]

  1. /*                                ScsiDriveIDSample.r                                */
  2. /*
  3.  * ScsiDriveIDSample.r
  4.  * Copyright © 1993-94 Apple Computer Inc. All rights reserved.
  5.  */
  6. #define REZ
  7. #include "Types.r"
  8. #include "SysTypes.r"
  9.  
  10. #ifdef __powerc
  11. /*
  12.  * All Power PC applications need a code-fragment resource that the code
  13.  * fragment manager uses to facilitate dynamic fragment binding.
  14.  */
  15. #include "CodeFragmentTypes.r"
  16.     
  17. resource 'cfrg' (0) {
  18.     {
  19.         kPowerPC,
  20.         kFullLib,
  21.         kNoVersionNum,
  22.         kNoVersionNum,
  23.         kDefaultStackSize,
  24.         kNoAppSubFolder,
  25.         kIsApp,
  26.         kOnDiskFlat,
  27.         kZeroOffset,
  28.         kWholeFork,
  29.         "MicrosecondTimerTest"
  30.     }
  31. };
  32. #endif
  33.  
  34.